Click or drag to resize

ServiceGetFolders Method (IListFolderId, ShapeType)

Gets multiple folders.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<FolderInfoResponse> GetFolders(
	IList<FolderId> folders,
	ShapeType shapeType
)

Parameters

folders
Type: System.Collections.GenericIListFolderId
The IDs of the folders to return.
shapeType
Type: Independentsoft.ExchangeShapeType
The set of properties to return.

Return Value

Type: IListFolderInfoResponse
IList{FolderInfoResponse}.
See Also